Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Info

Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Info
Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Info schema contains detailed information about the health of the applied Trust Authority Component configurations in a cluster.

This schema was added in vSphere API 7.0.1.0.

JSON Example
{
    "health": "string",
    "details": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
health
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The health value which indicates whether the configuration applied to the cluster differs from the desired state.

For more information see: Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Health.

This property was added in vSphere API 7.0.1.0.

details
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Details regarding the health. When the Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Health is not Vcenter TrustedInfrastructure TrustedClusters ServicesAppliedConfig Health.OK, this member will provide a detailed description of the issues present.

This property was added in vSphere API 7.0.1.0.

Deprecated